home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / VBASIC / NW41BAS.ZIP / README < prev    next >
Encoding:
Text File  |  1995-07-30  |  5.6 KB  |  118 lines

  1.  
  2.                Visual Basic for Windows Interface
  3.               For The Novell Netware 4.x,3.x & 2.x
  4.                     Software Development Kit
  5.  
  6.                        by Joseph A. DiVito
  7.                       Seton Hall University
  8.                    Office of Academic Computing
  9.                      
  10.                      divito@lanmail.shu.edu
  11.  
  12.  
  13.                     Introduction and Purpose
  14.                   ----------------------------
  15.      This Interface will allow a user to design applications in
  16. Visual Basic for Windows that involve accessing certain aspects of
  17. Novell Netware 2.X, 3.X and 4.X (Bindery Mode) server directly.
  18.  
  19.      The Interface has been designed to emulate the Include Files
  20. of C/C++ as much as possible.  For example to use just the server
  21. connectivity Function include 'NW41CONN.BAS' and 'NW41COMM.BAS'. 
  22. If you want to use all the function related to the NWCALLS.DLL just
  23. include one file 'NW41CALL.BAS'.  Just as in the C/C++ version you
  24. had to include NWCALLS.H
  25.  
  26.      This interface can be obtained via anonymous ftp at Seton
  27. Hall's anonymous ftp site at ftp.shu.edu and retrieving the file
  28. /pub/nw41/nw41bas.EXE.  If you did not obtain the interface from this
  29. location... it's OK!!  This software is completely freeware and can
  30. be freely distributed.  I only ask the no alterations or exclusions
  31. of files be performed prior to distribution.  If you obtained this
  32. file from another location besides Seton Hall I would appreciate an
  33. E-mail telling me where you got it.  I just like to keep track of
  34. where distribution sites are located.
  35.  
  36.                     Installation Instructions
  37.                   -----------------------------
  38.      By executing the File NW41BAS.EXE this will automatically
  39. extract the BAS and DLL files.  The DLL's must be relocated in the
  40. SYSTEM directory for Windows and the BAS files placed into the
  41. Visual Basic Directory.  These BAS files must then be included into
  42. the application as necessary.
  43.  
  44.                 Support and Compatibility Issues
  45.               ------------------------------------
  46.      Some of the Bindery, Connectivity and File Server Environment
  47. Functions have been tested and seem to work OK. Most of the More
  48. advanced connectivity Information gathering function and Bindery
  49. property creation routines have not been tested.  I of course hold
  50. no responsibility of data loss or damage due to this Interface and
  51. HIGHLY recommend complete testing of an application on a test
  52. server before moving it to a production environment.  
  53.     Questions regarding Installation, Programming aspects or just
  54. general questions comments or recommendation can be E-mail to me
  55. at:
  56.                      divito@lanmail.shu.edu
  57.  
  58.                Version History and Included Files
  59.              --------------------------------------
  60.      Version 1.0 - Rel. of Bindery Based VB Interface for 2.x, 3.x and 4.x
  61.  
  62.      NW4XBIND.BAS - Functions for Server Bindery Work
  63.      NW4XCONN.BAS - Function for Server Connectivity
  64.      NW4XSERV.BAS - Function for File Server Environment issues
  65.      NW4XCOMM.BAS - common Type definitions
  66.      NW4XCALL.BAS - ALL Type, function and Const decla.
  67.      NW4XDIR.BAS  - Functions for directory work
  68.      NW4XVOL.BAS  - Functions for volume information retr.
  69.      NW4XDEL.BAS  - Functions to handle salvaging of deleted files
  70.      NW4XMSG.BAS  - Functions for File Server and PC messaging
  71.      NW4XERR.BAS  - Delarations of Error messages with HEX Equiv.
  72.      NW4XTTS.BAS  - Functions to handle Trans. Tracking
  73.      NW4XPRNT.BAS - Functions to handle all printing and queue management
  74.      NW4XACCT.BAS - Functions for Accounting
  75.      NW4XMISC.BAS - Functions for Misc. Needs of Netware 
  76.      README       - This file
  77.      WINSLIST.MAK - Windows Version of Slist
  78.      WINSLIST.FRM - Form for the Windows Slist
  79.      WINSLIST.BAS - Support function and Global variables for WinSlist 2.0
  80.      WINUSER.MAK  - Windows version of Userlist
  81.      WINUSER.FRM  - The form to display connection information
  82.      WINUSER.BAS  - Support function and GLobal Variables for WinUser 1.0
  83.      NWCALLS.DLL  - Windows DLL containing the Netware Functions
  84.  
  85.      All NW4X???.BAS file relate to the Netware SDK.
  86.      NW4XCALL.BAS does not yet contain all information. This will be
  87.      included in the final release
  88.  
  89.      WINSLIST.MAK - Version 2.0 - release of WINSLIST 2.0
  90.                     An upgrade to the Slist provided by Novell
  91.                     Also get Server, Volume and Bindery Information
  92.                     Basically is provided to demonstrate the functions
  93.                     and how they are used.  GUEST accout required for
  94.                     Bindery info retrieval.
  95.  
  96.      WINUSER.MAK  - Version 1.0 - A Windows based Userlist program
  97.                     Display the equivalent of doing a userlist /a
  98.                     at a DOS prompt.  Also demonstrates function
  99.                     usefulness.  Allow printing of entire list also
  100.  
  101.      There are of course more BAS files and Functions on the way, mostly
  102.      for NDS capability.  This will be forthcoming and are currently in
  103.      alpha testing in-house.
  104.  
  105.  
  106.                         Known Problems and Bugs
  107.                       ---------------------------
  108.    1. There are known problems with the NW4XPRNT.BAS file using Windows 95.
  109.       functions NWGetCaptureFlags has produce the "Ignore or Close"
  110.       Window.  However, clicking Ignore allows the program to proceed
  111.       normally.  This is being worked on.  the problem apears to be
  112.       related to the defination of the NWCAPTURE_FLAGS1 Type defination.
  113.       Users are welcome to debug on there own.  
  114.  
  115.  
  116.           
  117. Good Luck - Joe
  118.